home *** CD-ROM | disk | FTP | other *** search
- -- card: 9224 from stack: in
- -- bmap block id: 9603
- -- flags: 0000
- -- background id: 2670
- -- name: ascending minor 6th
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=150 top=90 right=139 bottom=242
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: First Note
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "c4w"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=260 top=90 right=139 bottom=353
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Second Note
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "ab4w"
- end mouseUp
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=316 top=153 right=175 bottom=416
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Minor 6th
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "c4w ab"
- end mouseUp
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=187 top=303 right=325 bottom=295
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Augmented 5th
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 450 "c4w g#"
- end mouseUp
-